home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / Papers / Downs.FileSystem / source / notification / Notify.h < prev   
Encoding:
C/C++ Source or Header  |  1999-06-24  |  192 b   |  9 lines  |  [TEXT/CWIE]

  1. #include "FWCallbacks.h"
  2.  
  3. void        HandleCreate( FWData theFWData );
  4.  
  5. OSErr        DoMakeAlias( FWData theData );
  6.         
  7. OSErr        DoFindOneFolder( Str255 theName, OSType theFolderType, long *theFolderID );
  8.  
  9.